home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / Athena_Design / Mesa / Mesa.app / English.lproj / Scenario.nib / data.classes next >
Text File  |  1993-06-05  |  347b  |  30 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     doScenario:;
  4.     };
  5.     SUPERCLASS = Object;
  6. };
  7. Scenario = {
  8.     ACTIONS = {
  9.     add:;
  10.     select:;
  11.     remove:;
  12.     change:;
  13.     duplicate:;
  14.     };
  15.     OUTLETS = {
  16.     changeButton;
  17.     scroller;
  18.     window;
  19.     input2;
  20.     dragButton;
  21.     removeButton;
  22.     input1;
  23.     duplicateButton;
  24.     table;
  25.     addButton;
  26.     name;
  27.     };
  28.     SUPERCLASS = Object;
  29. };
  30.